Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-js
/
js.string
/
StringReplacer
/
[@@replace]
[@@replace]
web
abstract
fun
[@@replace]
(
string
:
String
,
replaceValue
:
String
)
:
String
(
source
)
abstract
fun
[@@replace]
(
string
:
String
,
replacer
:
(
substring
:
String
)
->
String
)
:
String
(
source
)
MDN Reference